Update license headers

This commit is contained in:
md_5 2013-06-11 10:49:15 +10:00
parent b2ba97e963
commit 76d73e3c84
27 changed files with 41 additions and 43 deletions

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,19 +1,18 @@
/*** /**
* ASM: a very small and fast Java bytecode manipulation framework * Copyright (c) 2012, md_5. All rights reserved.
* Copyright (c) 2000-2011 INRIA, France Telecom
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions are met:
* are met: *
* 1. Redistributions of source code must retain the above copyright * Redistributions of source code must retain the above copyright notice, this
* notice, this list of conditions and the following disclaimer. * list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright *
* notice, this list of conditions and the following disclaimer in the * Redistributions in binary form must reproduce the above copyright notice,
* documentation and/or other materials provided with the distribution. * this list of conditions and the following disclaimer in the documentation
* 3. Neither the name of the copyright holders nor the names of its * and/or other materials provided with the distribution.
* contributors may be used to endorse or promote products derived from *
* this software without specific prior written permission. * The name of the author may not be used to endorse or promote products derived
* from this software without specific prior written permission.
* *
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@ -24,10 +23,9 @@
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* THE POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.md_5.specialsource; package net.md_5.specialsource;
import org.objectweb.asm.AnnotationVisitor; import org.objectweb.asm.AnnotationVisitor;

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2012-2013, md_5. All rights reserved. * Copyright (c) 2012, md_5. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met: