Browse Source

Oh, it's 2015 already.

pull/205/head
Vladimír Vondruš 11 years ago
parent
commit
b428d7c662
  1. 2
      src/MagnumPlugins/AnyImageImporter/AnyImageImporter.cpp
  2. 2
      src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h
  3. 2
      src/MagnumPlugins/AnyImageImporter/CMakeLists.txt
  4. 2
      src/MagnumPlugins/AnyImageImporter/Test/CMakeLists.txt
  5. 2
      src/MagnumPlugins/AnyImageImporter/Test/Test.cpp
  6. 2
      src/MagnumPlugins/AnyImageImporter/Test/configure.h.cmake
  7. 2
      src/MagnumPlugins/AnyImageImporter/pluginRegistration.cpp
  8. 2
      src/MagnumPlugins/AnySceneImporter/AnySceneImporter.cpp
  9. 2
      src/MagnumPlugins/AnySceneImporter/AnySceneImporter.h
  10. 2
      src/MagnumPlugins/AnySceneImporter/CMakeLists.txt
  11. 2
      src/MagnumPlugins/AnySceneImporter/Test/CMakeLists.txt
  12. 2
      src/MagnumPlugins/AnySceneImporter/Test/Test.cpp
  13. 2
      src/MagnumPlugins/AnySceneImporter/Test/configure.h.cmake
  14. 2
      src/MagnumPlugins/AnySceneImporter/pluginRegistration.cpp

2
src/MagnumPlugins/AnyImageImporter/AnyImageImporter.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/MagnumPlugins/AnyImageImporter/CMakeLists.txt

@ -1,7 +1,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
src/MagnumPlugins/AnyImageImporter/Test/CMakeLists.txt

@ -1,7 +1,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
src/MagnumPlugins/AnyImageImporter/Test/Test.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/MagnumPlugins/AnyImageImporter/Test/configure.h.cmake

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/MagnumPlugins/AnyImageImporter/pluginRegistration.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/MagnumPlugins/AnySceneImporter/AnySceneImporter.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/MagnumPlugins/AnySceneImporter/AnySceneImporter.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/MagnumPlugins/AnySceneImporter/CMakeLists.txt

@ -1,7 +1,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
src/MagnumPlugins/AnySceneImporter/Test/CMakeLists.txt

@ -1,7 +1,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
src/MagnumPlugins/AnySceneImporter/Test/Test.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/MagnumPlugins/AnySceneImporter/Test/configure.h.cmake

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/MagnumPlugins/AnySceneImporter/pluginRegistration.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

Loading…
Cancel
Save