Changed owner in copyright headers to the Apache Software Foundation. Modified/created NOTICE, LICENSE and DISCLAIMER files, so that the owner there is the Apache Software Foundation too, and so that their file name and content complies with the guidelines provided by the Apache Software Foundation.
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/c0a231d3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/c0a231d3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/c0a231d3 Branch: refs/heads/2.3-gae Commit: c0a231d3f1d481f849bd69ff97853f4fec250f6f Parents: 0e64b9b Author: ddekany <[email protected]> Authored: Wed Sep 2 22:29:26 2015 +0200 Committer: ddekany <[email protected]> Committed: Wed Sep 2 22:47:36 2015 +0200 ---------------------------------------------------------------------- DISCLAIMER | 8 + LICENSE | 236 +++++++++++++++++ LICENSE.txt | 45 ---- NOTICE | 5 + NOTICE.txt | 4 - src/dist/LICENSE | 257 +++++++++++++++++++ src/dist/LICENSE.txt | 67 ----- src/dist/NOTICE | 30 +++ src/dist/NOTICE.txt | 15 -- .../WEB-INF/classes/example/AddAction.java | 25 +- .../WEB-INF/classes/example/FormAction.java | 25 +- .../classes/example/GuestbookAction.java | 25 +- .../classes/example/GuestbookActionServlet.java | 25 +- .../WEB-INF/classes/example/GuestbookEntry.java | 25 +- .../classes/example/GuestbookEntryForm.java | 25 +- .../WEB-INF/classes/example/IndexAction.java | 25 +- .../WEB-INF/classes/example/HelloServlet.java | 25 +- .../classes/example/ControllerServlet.java | 25 +- .../WEB-INF/classes/example/GuestbookEntry.java | 25 +- .../classes/example/GuestbookServlet.java | 25 +- .../webapp2/WEB-INF/classes/example/Page.java | 25 +- src/main/java/freemarker/cache/AndMatcher.java | 25 +- .../cache/ByteArrayTemplateLoader.java | 25 +- .../java/freemarker/cache/CacheStorage.java | 25 +- .../cache/CacheStorageWithGetSize.java | 25 +- .../freemarker/cache/ClassTemplateLoader.java | 25 +- .../cache/ConcurrentCacheStorage.java | 25 +- .../ConditionalTemplateConfigurerFactory.java | 25 +- .../freemarker/cache/FileExtensionMatcher.java | 25 +- .../freemarker/cache/FileNameGlobMatcher.java | 25 +- .../freemarker/cache/FileTemplateLoader.java | 25 +- .../FirstMatchTemplateConfigurerFactory.java | 25 +- .../cache/MergingTemplateConfigurerFactory.java | 25 +- .../java/freemarker/cache/MruCacheStorage.java | 25 +- .../freemarker/cache/MultiTemplateLoader.java | 25 +- src/main/java/freemarker/cache/NotMatcher.java | 25 +- .../java/freemarker/cache/NullCacheStorage.java | 25 +- src/main/java/freemarker/cache/OrMatcher.java | 25 +- .../java/freemarker/cache/PathGlobMatcher.java | 25 +- .../java/freemarker/cache/PathRegexMatcher.java | 25 +- .../java/freemarker/cache/SoftCacheStorage.java | 25 +- .../cache/StatefulTemplateLoader.java | 25 +- .../freemarker/cache/StringTemplateLoader.java | 25 +- .../freemarker/cache/StrongCacheStorage.java | 25 +- .../java/freemarker/cache/TemplateCache.java | 25 +- .../cache/TemplateConfigurerFactory.java | 25 +- .../TemplateConfigurerFactoryException.java | 25 +- .../java/freemarker/cache/TemplateLoader.java | 25 +- .../freemarker/cache/TemplateLoaderUtils.java | 25 +- .../freemarker/cache/TemplateLookupContext.java | 25 +- .../freemarker/cache/TemplateLookupResult.java | 25 +- .../cache/TemplateLookupStrategy.java | 25 +- .../freemarker/cache/TemplateNameFormat.java | 25 +- .../freemarker/cache/TemplateSourceMatcher.java | 25 +- .../freemarker/cache/URLTemplateLoader.java | 25 +- .../freemarker/cache/URLTemplateSource.java | 25 +- .../freemarker/cache/WebappTemplateLoader.java | 25 +- src/main/java/freemarker/cache/_CacheAPI.java | 25 +- .../core/APINotSupportedTemplateException.java | 25 +- .../freemarker/core/AddConcatExpression.java | 25 +- .../java/freemarker/core/AndExpression.java | 25 +- .../java/freemarker/core/ArithmeticEngine.java | 25 +- .../freemarker/core/ArithmeticExpression.java | 25 +- src/main/java/freemarker/core/Assignment.java | 25 +- .../freemarker/core/AssignmentInstruction.java | 25 +- src/main/java/freemarker/core/AttemptBlock.java | 25 +- src/main/java/freemarker/core/AutoEscBlock.java | 25 +- .../BackwardCompatibleTemplateNumberFormat.java | 25 +- .../java/freemarker/core/BlockAssignment.java | 25 +- .../java/freemarker/core/BodyInstruction.java | 25 +- .../java/freemarker/core/BooleanExpression.java | 25 +- .../java/freemarker/core/BooleanLiteral.java | 25 +- .../java/freemarker/core/BoundedRangeModel.java | 25 +- .../java/freemarker/core/BreakInstruction.java | 25 +- src/main/java/freemarker/core/BugException.java | 25 +- src/main/java/freemarker/core/BuiltIn.java | 25 +- .../core/BuiltInBannedWhenAutoEscaping.java | 25 +- .../java/freemarker/core/BuiltInForDate.java | 25 +- .../java/freemarker/core/BuiltInForHashEx.java | 25 +- .../core/BuiltInForLegacyEscaping.java | 25 +- .../freemarker/core/BuiltInForLoopVariable.java | 25 +- .../freemarker/core/BuiltInForMarkupOutput.java | 25 +- .../BuiltInForMarkupOutputFormatRelated.java | 25 +- .../java/freemarker/core/BuiltInForNode.java | 25 +- .../java/freemarker/core/BuiltInForNumber.java | 25 +- .../core/BuiltInForOutputFormatRelated.java | 25 +- .../freemarker/core/BuiltInForSequence.java | 25 +- .../java/freemarker/core/BuiltInForString.java | 25 +- .../core/BuiltInWithParseTimeParameters.java | 25 +- .../java/freemarker/core/BuiltInsForDates.java | 25 +- .../java/freemarker/core/BuiltInsForHashes.java | 25 +- .../core/BuiltInsForLoopVariables.java | 25 +- .../core/BuiltInsForMarkupOutputs.java | 25 +- .../core/BuiltInsForMultipleTypes.java | 25 +- .../java/freemarker/core/BuiltInsForNodes.java | 25 +- .../freemarker/core/BuiltInsForNumbers.java | 25 +- .../core/BuiltInsForOutputFormatRelated.java | 25 +- .../freemarker/core/BuiltInsForSequences.java | 25 +- .../core/BuiltInsForStringsBasic.java | 25 +- .../core/BuiltInsForStringsEncoding.java | 25 +- .../freemarker/core/BuiltInsForStringsMisc.java | 25 +- .../core/BuiltInsForStringsRegexp.java | 25 +- .../core/BuiltInsWithParseTimeParameters.java | 25 +- .../java/freemarker/core/BuiltinVariable.java | 25 +- ...lPlaceCustomDataInitializationException.java | 25 +- src/main/java/freemarker/core/Case.java | 25 +- .../freemarker/core/CollectionAndSequence.java | 25 +- .../core/CombinedMarkupOutputFormat.java | 25 +- src/main/java/freemarker/core/CommandLine.java | 27 +- src/main/java/freemarker/core/Comment.java | 25 +- .../core/CommonMarkupOutputFormat.java | 25 +- .../core/CommonTemplateMarkupOutputModel.java | 25 +- .../freemarker/core/ComparisonExpression.java | 25 +- .../java/freemarker/core/CompressedBlock.java | 25 +- .../java/freemarker/core/ConditionalBlock.java | 25 +- src/main/java/freemarker/core/Configurable.java | 25 +- .../java/freemarker/core/CustomAttribute.java | 25 +- src/main/java/freemarker/core/DebugBreak.java | 25 +- .../freemarker/core/DefaultToExpression.java | 25 +- .../freemarker/core/DirectiveCallPlace.java | 25 +- .../java/freemarker/core/DollarVariable.java | 25 +- src/main/java/freemarker/core/Dot.java | 25 +- .../java/freemarker/core/DynamicKeyName.java | 25 +- src/main/java/freemarker/core/ElseOfList.java | 25 +- src/main/java/freemarker/core/Environment.java | 25 +- src/main/java/freemarker/core/EscapeBlock.java | 25 +- src/main/java/freemarker/core/EvalUtil.java | 25 +- .../java/freemarker/core/ExistenceBuiltins.java | 25 +- .../java/freemarker/core/ExistsExpression.java | 25 +- src/main/java/freemarker/core/Expression.java | 25 +- .../freemarker/core/FallbackInstruction.java | 25 +- .../java/freemarker/core/FlushInstruction.java | 25 +- .../java/freemarker/core/FreeMarkerTree.java | 25 +- .../java/freemarker/core/HTMLOutputFormat.java | 25 +- src/main/java/freemarker/core/HashLiteral.java | 25 +- .../java/freemarker/core/ICIChainMember.java | 25 +- .../core/ISOLikeTemplateDateFormat.java | 25 +- .../core/ISOLikeTemplateDateFormatFactory.java | 25 +- .../freemarker/core/ISOTemplateDateFormat.java | 25 +- .../core/ISOTemplateDateFormatFactory.java | 25 +- src/main/java/freemarker/core/Identifier.java | 25 +- src/main/java/freemarker/core/IfBlock.java | 25 +- src/main/java/freemarker/core/Include.java | 25 +- .../java/freemarker/core/Interpolation.java | 25 +- src/main/java/freemarker/core/Interpret.java | 25 +- .../core/InvalidFormatParametersException.java | 25 +- .../core/InvalidFormatStringException.java | 25 +- .../core/InvalidReferenceException.java | 25 +- src/main/java/freemarker/core/Items.java | 25 +- .../java/freemarker/core/IteratorBlock.java | 25 +- .../freemarker/core/JavaTemplateDateFormat.java | 25 +- .../core/JavaTemplateDateFormatFactory.java | 25 +- .../core/JavaTemplateNumberFormat.java | 25 +- .../core/JavaTemplateNumberFormatFactory.java | 25 +- .../LegacyConstructorParserConfiguration.java | 25 +- src/main/java/freemarker/core/LibraryLoad.java | 25 +- .../java/freemarker/core/ListElseContainer.java | 25 +- src/main/java/freemarker/core/ListLiteral.java | 25 +- .../core/ListableRightUnboundedRangeModel.java | 25 +- src/main/java/freemarker/core/LocalContext.java | 25 +- src/main/java/freemarker/core/Macro.java | 25 +- .../freemarker/core/MarkupOutputFormat.java | 25 +- src/main/java/freemarker/core/MessageUtil.java | 25 +- src/main/java/freemarker/core/MethodCall.java | 25 +- src/main/java/freemarker/core/MiscUtil.java | 25 +- src/main/java/freemarker/core/MixedContent.java | 25 +- .../NestedContentNotSupportedException.java | 25 +- src/main/java/freemarker/core/NewBI.java | 25 +- .../java/freemarker/core/NoAutoEscBlock.java | 25 +- .../java/freemarker/core/NoEscapeBlock.java | 25 +- .../freemarker/core/NonBooleanException.java | 25 +- .../java/freemarker/core/NonDateException.java | 25 +- .../core/NonExtendedHashException.java | 25 +- .../java/freemarker/core/NonHashException.java | 25 +- .../NonListableRightUnboundedRangeModel.java | 25 +- .../core/NonMarkupOutputException.java | 25 +- .../freemarker/core/NonMethodException.java | 25 +- .../freemarker/core/NonNamespaceException.java | 25 +- .../java/freemarker/core/NonNodeException.java | 25 +- .../freemarker/core/NonNumericalException.java | 25 +- .../freemarker/core/NonSequenceException.java | 25 +- .../core/NonSequenceOrCollectionException.java | 25 +- .../freemarker/core/NonStringException.java | 25 +- .../NonStringOrTemplateOutputException.java | 25 +- .../NonUserDefinedDirectiveLikeException.java | 25 +- .../java/freemarker/core/NotExpression.java | 25 +- .../java/freemarker/core/NumberLiteral.java | 25 +- .../java/freemarker/core/NumericalOutput.java | 25 +- .../core/OptInTemplateClassResolver.java | 25 +- src/main/java/freemarker/core/OrExpression.java | 25 +- src/main/java/freemarker/core/OutputFormat.java | 25 +- .../java/freemarker/core/OutputFormatBlock.java | 25 +- .../java/freemarker/core/ParameterRole.java | 25 +- .../core/ParentheticalExpression.java | 25 +- .../java/freemarker/core/ParseException.java | 25 +- .../freemarker/core/ParserConfiguration.java | 25 +- .../freemarker/core/PlainTextOutputFormat.java | 25 +- .../java/freemarker/core/PropertySetting.java | 25 +- .../java/freemarker/core/RTFOutputFormat.java | 25 +- src/main/java/freemarker/core/Range.java | 25 +- src/main/java/freemarker/core/RangeModel.java | 25 +- .../java/freemarker/core/RecoveryBlock.java | 25 +- src/main/java/freemarker/core/RecurseNode.java | 25 +- src/main/java/freemarker/core/RegexpHelper.java | 25 +- .../java/freemarker/core/ReturnInstruction.java | 25 +- .../core/RightUnboundedRangeModel.java | 25 +- src/main/java/freemarker/core/Sep.java | 25 +- .../java/freemarker/core/SpecialBuiltIn.java | 25 +- .../java/freemarker/core/StopException.java | 25 +- .../java/freemarker/core/StopInstruction.java | 25 +- .../freemarker/core/StringArraySequence.java | 25 +- .../java/freemarker/core/StringLiteral.java | 25 +- src/main/java/freemarker/core/SwitchBlock.java | 25 +- .../freemarker/core/TemplateClassResolver.java | 25 +- .../core/TemplateCombinedMarkupOutputModel.java | 25 +- .../freemarker/core/TemplateConfigurer.java | 25 +- .../freemarker/core/TemplateDateFormat.java | 25 +- .../core/TemplateDateFormatFactory.java | 25 +- .../java/freemarker/core/TemplateElement.java | 25 +- .../freemarker/core/TemplateFormatUtil.java | 25 +- .../core/TemplateHTMLOutputModel.java | 25 +- .../core/TemplateMarkupOutputModel.java | 25 +- .../freemarker/core/TemplateNumberFormat.java | 25 +- .../core/TemplateNumberFormatFactory.java | 25 +- .../java/freemarker/core/TemplateObject.java | 25 +- .../freemarker/core/TemplatePostProcessor.java | 25 +- .../core/TemplatePostProcessorException.java | 25 +- .../freemarker/core/TemplateRTFOutputModel.java | 25 +- .../freemarker/core/TemplateXMLOutputModel.java | 25 +- src/main/java/freemarker/core/TextBlock.java | 25 +- ...nterruptionSupportTemplatePostProcessor.java | 25 +- .../java/freemarker/core/TokenMgrError.java | 25 +- .../java/freemarker/core/TransformBlock.java | 25 +- .../java/freemarker/core/TrimInstruction.java | 25 +- .../core/UnaryPlusMinusExpression.java | 25 +- .../core/UndefinedCustomFormatException.java | 25 +- .../freemarker/core/UndefinedOutputFormat.java | 25 +- .../core/UnexpectedTypeException.java | 25 +- .../core/UnformattableDateException.java | 25 +- .../core/UnformattableNumberException.java | 25 +- src/main/java/freemarker/core/UnifiedCall.java | 25 +- ...nDateTypeFormattingUnsupportedException.java | 25 +- .../core/UnregisteredOutputFormatException.java | 25 +- src/main/java/freemarker/core/VisitNode.java | 25 +- .../java/freemarker/core/XMLOutputFormat.java | 25 +- .../freemarker/core/XSTemplateDateFormat.java | 25 +- .../core/XSTemplateDateFormatFactory.java | 25 +- .../java/freemarker/core/_ArrayEnumeration.java | 25 +- .../java/freemarker/core/_ArrayIterator.java | 25 +- src/main/java/freemarker/core/_CoreAPI.java | 25 +- .../java/freemarker/core/_CoreStringUtils.java | 25 +- .../java/freemarker/core/_DelayedAOrAn.java | 25 +- .../core/_DelayedConversionToString.java | 25 +- .../core/_DelayedFTLTypeDescription.java | 25 +- .../core/_DelayedGetCanonicalForm.java | 25 +- .../freemarker/core/_DelayedGetMessage.java | 25 +- .../core/_DelayedGetMessageWithoutStackTop.java | 25 +- .../java/freemarker/core/_DelayedJQuote.java | 25 +- .../freemarker/core/_DelayedJoinWithComma.java | 25 +- .../java/freemarker/core/_DelayedOrdinal.java | 25 +- .../freemarker/core/_DelayedShortClassName.java | 25 +- .../java/freemarker/core/_DelayedToString.java | 25 +- .../core/_ErrorDescriptionBuilder.java | 25 +- .../freemarker/core/_MiscTemplateException.java | 25 +- ...ObjectBuilderSettingEvaluationException.java | 25 +- .../core/_ObjectBuilderSettingEvaluator.java | 25 +- ..._ParserConfigurationWithInheritedFormat.java | 25 +- .../core/_SettingEvaluationEnvironment.java | 25 +- .../java/freemarker/core/_SortedArraySet.java | 25 +- .../core/_TemplateModelException.java | 25 +- .../java/freemarker/core/_TimeZoneBuilder.java | 25 +- ...expectedTypeErrorExplainerTemplateModel.java | 25 +- .../core/_UnmodifiableCompositeSet.java | 25 +- .../java/freemarker/core/_UnmodifiableSet.java | 25 +- src/main/java/freemarker/debug/Breakpoint.java | 25 +- src/main/java/freemarker/debug/DebugModel.java | 25 +- .../freemarker/debug/DebuggedEnvironment.java | 25 +- src/main/java/freemarker/debug/Debugger.java | 25 +- .../java/freemarker/debug/DebuggerClient.java | 25 +- .../java/freemarker/debug/DebuggerListener.java | 25 +- .../debug/EnvironmentSuspendedEvent.java | 25 +- .../freemarker/debug/impl/DebuggerServer.java | 25 +- .../freemarker/debug/impl/DebuggerService.java | 25 +- .../debug/impl/RmiDebugModelImpl.java | 25 +- .../debug/impl/RmiDebuggedEnvironmentImpl.java | 25 +- .../freemarker/debug/impl/RmiDebuggerImpl.java | 25 +- .../debug/impl/RmiDebuggerListenerImpl.java | 25 +- .../debug/impl/RmiDebuggerService.java | 25 +- .../freemarker/ext/ant/FreemarkerXmlTask.java | 25 +- .../java/freemarker/ext/ant/JythonAntTask.java | 25 +- .../ext/ant/UnlinkedJythonOperations.java | 25 +- .../ext/ant/UnlinkedJythonOperationsImpl.java | 25 +- .../java/freemarker/ext/beans/APIModel.java | 25 +- .../freemarker/ext/beans/ArgumentTypes.java | 25 +- .../java/freemarker/ext/beans/ArrayModel.java | 25 +- .../java/freemarker/ext/beans/BeanModel.java | 25 +- .../freemarker/ext/beans/BeansModelCache.java | 25 +- .../java/freemarker/ext/beans/BeansWrapper.java | 25 +- .../ext/beans/BeansWrapperBuilder.java | 25 +- .../ext/beans/BeansWrapperConfiguration.java | 25 +- .../ext/beans/BeansWrapperSingletonHolder.java | 25 +- .../java/freemarker/ext/beans/BooleanModel.java | 25 +- .../ext/beans/CallableMemberDescriptor.java | 25 +- .../freemarker/ext/beans/CharacterOrString.java | 25 +- .../ext/beans/ClassBasedModelFactory.java | 25 +- .../ext/beans/ClassChangeNotifier.java | 25 +- .../freemarker/ext/beans/ClassIntrospector.java | 25 +- .../ext/beans/ClassIntrospectorBuilder.java | 25 +- .../freemarker/ext/beans/CollectionAdapter.java | 25 +- .../freemarker/ext/beans/CollectionModel.java | 25 +- .../java/freemarker/ext/beans/DateModel.java | 25 +- .../beans/EmptyCallableMemberDescriptor.java | 25 +- .../ext/beans/EmptyMemberAndArguments.java | 25 +- .../freemarker/ext/beans/EnumerationModel.java | 25 +- .../java/freemarker/ext/beans/HashAdapter.java | 25 +- .../ext/beans/InvalidPropertyException.java | 25 +- .../freemarker/ext/beans/IteratorModel.java | 25 +- .../ext/beans/JRebelClassChangeNotifier.java | 25 +- .../java/freemarker/ext/beans/MapModel.java | 25 +- .../MaybeEmptyCallableMemberDescriptor.java | 25 +- .../ext/beans/MaybeEmptyMemberAndArguments.java | 25 +- .../ext/beans/MemberAndArguments.java | 25 +- .../ext/beans/MethodAppearanceFineTuner.java | 25 +- .../java/freemarker/ext/beans/MethodSorter.java | 25 +- .../NonPrimitiveArrayBackedReadOnlyList.java | 25 +- .../java/freemarker/ext/beans/NumberModel.java | 25 +- .../ext/beans/OverloadedFixArgsMethods.java | 25 +- .../freemarker/ext/beans/OverloadedMethods.java | 25 +- .../ext/beans/OverloadedMethodsModel.java | 25 +- .../ext/beans/OverloadedMethodsSubset.java | 25 +- .../ext/beans/OverloadedNumberUtil.java | 25 +- .../ext/beans/OverloadedVarArgsMethods.java | 25 +- .../beans/PrimtiveArrayBackedReadOnlyList.java | 25 +- .../ReflectionCallableMemberDescriptor.java | 25 +- .../ext/beans/ResourceBundleModel.java | 25 +- .../freemarker/ext/beans/SequenceAdapter.java | 25 +- .../java/freemarker/ext/beans/SetAdapter.java | 25 +- .../freemarker/ext/beans/SimpleMapModel.java | 25 +- .../java/freemarker/ext/beans/SimpleMethod.java | 25 +- .../freemarker/ext/beans/SimpleMethodModel.java | 25 +- .../ext/beans/SingletonCustomizer.java | 25 +- .../java/freemarker/ext/beans/StaticModel.java | 25 +- .../java/freemarker/ext/beans/StaticModels.java | 25 +- .../java/freemarker/ext/beans/StringModel.java | 25 +- .../java/freemarker/ext/beans/TypeFlags.java | 25 +- .../freemarker/ext/beans/UnsafeMethods.java | 25 +- .../java/freemarker/ext/beans/_BeansAPI.java | 25 +- .../java/freemarker/ext/beans/_EnumModels.java | 25 +- .../java/freemarker/ext/beans/_MethodUtil.java | 25 +- .../freemarker/ext/dom/AttributeNodeModel.java | 25 +- .../ext/dom/CharacterDataNodeModel.java | 25 +- .../java/freemarker/ext/dom/DocumentModel.java | 25 +- .../freemarker/ext/dom/DocumentTypeModel.java | 25 +- .../java/freemarker/ext/dom/ElementModel.java | 25 +- .../freemarker/ext/dom/JaxenXPathSupport.java | 25 +- .../java/freemarker/ext/dom/NodeListModel.java | 25 +- src/main/java/freemarker/ext/dom/NodeModel.java | 25 +- .../java/freemarker/ext/dom/NodeOutputter.java | 25 +- .../java/freemarker/ext/dom/PINodeModel.java | 25 +- .../ext/dom/SunInternalXalanXPathSupport.java | 25 +- src/main/java/freemarker/ext/dom/Transform.java | 25 +- .../java/freemarker/ext/dom/XPathSupport.java | 25 +- .../freemarker/ext/dom/XalanXPathSupport.java | 25 +- .../java/freemarker/ext/jdom/NodeListModel.java | 25 +- .../freemarker/ext/jsp/EventForwarding.java | 25 +- .../jsp/FreeMarkerJspApplicationContext.java | 25 +- .../ext/jsp/FreeMarkerJspFactory.java | 25 +- .../ext/jsp/FreeMarkerJspFactory2.java | 25 +- .../ext/jsp/FreeMarkerJspFactory21.java | 25 +- .../ext/jsp/FreeMarkerPageContext.java | 25 +- .../java/freemarker/ext/jsp/FreemarkerTag.java | 25 +- .../freemarker/ext/jsp/JspContextModel.java | 25 +- .../freemarker/ext/jsp/JspTagModelBase.java | 25 +- .../freemarker/ext/jsp/JspWriterAdapter.java | 25 +- .../freemarker/ext/jsp/PageContextFactory.java | 25 +- .../ext/jsp/SimpleTagDirectiveModel.java | 25 +- .../freemarker/ext/jsp/TagTransformModel.java | 25 +- .../java/freemarker/ext/jsp/TaglibFactory.java | 25 +- .../freemarker/ext/jsp/TaglibMethodUtil.java | 25 +- .../ext/jsp/_FreeMarkerPageContext1.java | 25 +- .../ext/jsp/_FreeMarkerPageContext2.java | 25 +- .../ext/jsp/_FreeMarkerPageContext21.java | 25 +- .../freemarker/ext/jython/JythonHashModel.java | 25 +- .../java/freemarker/ext/jython/JythonModel.java | 25 +- .../freemarker/ext/jython/JythonModelCache.java | 25 +- .../ext/jython/JythonNumberModel.java | 25 +- .../ext/jython/JythonSequenceModel.java | 25 +- .../ext/jython/JythonVersionAdapter.java | 25 +- .../ext/jython/JythonVersionAdapterHolder.java | 25 +- .../freemarker/ext/jython/JythonWrapper.java | 25 +- .../jython/_Jython20And21VersionAdapter.java | 25 +- .../ext/jython/_Jython22VersionAdapter.java | 25 +- .../ext/jython/_Jython25VersionAdapter.java | 25 +- .../ext/rhino/RhinoFunctionModel.java | 25 +- .../ext/rhino/RhinoScriptableModel.java | 25 +- .../java/freemarker/ext/rhino/RhinoWrapper.java | 25 +- .../ext/servlet/AllHttpScopesHashModel.java | 25 +- .../ext/servlet/FreemarkerServlet.java | 25 +- .../ext/servlet/HttpRequestHashModel.java | 25 +- .../servlet/HttpRequestParametersHashModel.java | 25 +- .../ext/servlet/HttpSessionHashModel.java | 25 +- .../freemarker/ext/servlet/IncludePage.java | 25 +- .../freemarker/ext/servlet/InitParamParser.java | 25 +- .../ext/servlet/ServletContextHashModel.java | 25 +- .../freemarker/ext/util/IdentityHashMap.java | 25 +- .../java/freemarker/ext/util/ModelCache.java | 25 +- .../java/freemarker/ext/util/ModelFactory.java | 25 +- .../ext/util/WrapperTemplateModel.java | 25 +- .../java/freemarker/ext/xml/Namespaces.java | 25 +- src/main/java/freemarker/ext/xml/Navigator.java | 25 +- .../java/freemarker/ext/xml/NodeListModel.java | 25 +- .../java/freemarker/ext/xml/NodeOperator.java | 25 +- .../freemarker/ext/xml/_Dom4jNavigator.java | 25 +- .../java/freemarker/ext/xml/_DomNavigator.java | 25 +- .../freemarker/ext/xml/_JaxenNamespaces.java | 25 +- .../java/freemarker/ext/xml/_JdomNavigator.java | 25 +- .../log/CommonsLoggingLoggerFactory.java | 25 +- src/main/java/freemarker/log/Logger.java | 25 +- src/main/java/freemarker/log/LoggerFactory.java | 25 +- .../java/freemarker/log/SLF4JLoggerFactory.java | 25 +- .../freemarker/log/_AvalonLoggerFactory.java | 25 +- .../log/_CommonsLoggingLoggerFactory.java | 25 +- .../java/freemarker/log/_JULLoggerFactory.java | 25 +- .../freemarker/log/_Log4jLoggerFactory.java | 25 +- .../freemarker/log/_Log4jOverSLF4JTester.java | 25 +- .../java/freemarker/log/_NullLoggerFactory.java | 25 +- .../freemarker/log/_SLF4JLoggerFactory.java | 25 +- .../template/AdapterTemplateModel.java | 25 +- .../java/freemarker/template/Configuration.java | 25 +- .../template/DefaultArrayAdapter.java | 25 +- .../template/DefaultIteratorAdapter.java | 25 +- .../freemarker/template/DefaultListAdapter.java | 25 +- .../freemarker/template/DefaultMapAdapter.java | 25 +- .../DefaultNonListCollectionAdapter.java | 25 +- .../template/DefaultObjectWrapper.java | 25 +- .../template/DefaultObjectWrapperBuilder.java | 25 +- .../DefaultObjectWrapperConfiguration.java | 25 +- src/main/java/freemarker/template/EmptyMap.java | 25 +- .../template/FalseTemplateBooleanModel.java | 25 +- .../template/GeneralPurposeNothing.java | 25 +- .../freemarker/template/LocalizedString.java | 25 +- .../MalformedTemplateNameException.java | 25 +- .../java/freemarker/template/ObjectWrapper.java | 25 +- .../template/ObjectWrapperAndUnwrapper.java | 25 +- .../template/ResourceBundleLocalizedString.java | 25 +- .../SerializableTemplateBooleanModel.java | 25 +- .../freemarker/template/SimpleCollection.java | 25 +- .../java/freemarker/template/SimpleDate.java | 25 +- .../java/freemarker/template/SimpleHash.java | 25 +- .../java/freemarker/template/SimpleList.java | 25 +- .../java/freemarker/template/SimpleNumber.java | 25 +- .../template/SimpleObjectWrapper.java | 25 +- .../java/freemarker/template/SimpleScalar.java | 25 +- .../freemarker/template/SimpleSequence.java | 25 +- src/main/java/freemarker/template/Template.java | 25 +- .../template/TemplateBooleanModel.java | 25 +- .../template/TemplateCollectionModel.java | 25 +- .../template/TemplateCollectionModelEx.java | 25 +- .../freemarker/template/TemplateDateModel.java | 25 +- .../template/TemplateDirectiveBody.java | 25 +- .../template/TemplateDirectiveModel.java | 25 +- .../freemarker/template/TemplateException.java | 25 +- .../template/TemplateExceptionHandler.java | 25 +- .../freemarker/template/TemplateHashModel.java | 25 +- .../template/TemplateHashModelEx.java | 25 +- .../template/TemplateMethodModel.java | 25 +- .../template/TemplateMethodModelEx.java | 25 +- .../java/freemarker/template/TemplateModel.java | 25 +- .../template/TemplateModelAdapter.java | 25 +- .../template/TemplateModelException.java | 25 +- .../template/TemplateModelIterator.java | 25 +- .../template/TemplateModelListSequence.java | 25 +- .../template/TemplateModelWithAPISupport.java | 25 +- .../freemarker/template/TemplateNodeModel.java | 25 +- .../template/TemplateNotFoundException.java | 25 +- .../template/TemplateNumberModel.java | 25 +- .../template/TemplateScalarModel.java | 25 +- .../template/TemplateSequenceModel.java | 25 +- .../template/TemplateTransformModel.java | 25 +- .../freemarker/template/TransformControl.java | 25 +- .../template/TrueTemplateBooleanModel.java | 25 +- src/main/java/freemarker/template/Version.java | 25 +- .../template/WrappingTemplateModel.java | 25 +- .../java/freemarker/template/_TemplateAPI.java | 25 +- .../template/utility/CaptureOutput.java | 25 +- .../freemarker/template/utility/ClassUtil.java | 25 +- .../template/utility/CollectionUtils.java | 25 +- .../template/utility/Collections12.java | 25 +- .../freemarker/template/utility/Constants.java | 25 +- .../template/utility/DOMNodeModel.java | 25 +- .../freemarker/template/utility/DateUtil.java | 25 +- .../freemarker/template/utility/DeepUnwrap.java | 25 +- .../freemarker/template/utility/Execute.java | 25 +- .../freemarker/template/utility/HtmlEscape.java | 25 +- .../template/utility/JythonRuntime.java | 25 +- .../template/utility/NormalizeNewlines.java | 25 +- .../template/utility/NullArgumentException.java | 25 +- .../freemarker/template/utility/NullWriter.java | 25 +- .../freemarker/template/utility/NumberUtil.java | 25 +- .../template/utility/ObjectConstructor.java | 25 +- .../template/utility/ObjectFactory.java | 25 +- .../utility/ObjectWrapperWithAPISupport.java | 25 +- .../template/utility/OptimizerUtil.java | 25 +- .../template/utility/RichObjectWrapper.java | 25 +- .../template/utility/SecurityUtilities.java | 25 +- .../template/utility/StandardCompress.java | 25 +- .../freemarker/template/utility/StringUtil.java | 25 +- .../template/utility/ToCanonical.java | 25 +- .../utility/UndeclaredThrowableException.java | 25 +- .../utility/UnrecognizedTimeZoneException.java | 25 +- .../UnsupportedNumberClassException.java | 25 +- .../template/utility/WriteProtectable.java | 25 +- .../freemarker/template/utility/XmlEscape.java | 25 +- src/main/javacc/FTL.jj | 25 +- .../adhoc/IdentifierCharGenerator.java | 25 +- src/manual/book.xml | 227 ++++++++++++++-- .../cache/FileTemplateLoaderTest.java | 25 +- .../freemarker/cache/TemplateCacheTest.java | 25 +- .../cache/TemplateConfigurerFactoryTest.java | 25 +- .../cache/TemplateNameFormatTest.java | 25 +- .../cache/TemplateSourceMatcherTest.java | 25 +- .../core/ASTBasedErrorMessagesTest.java | 25 +- src/test/java/freemarker/core/ASTPrinter.java | 25 +- src/test/java/freemarker/core/ASTTest.java | 25 +- .../core/BaseNTemplateNumberFormatFactory.java | 25 +- .../freemarker/core/BreakPlacementTest.java | 25 +- .../java/freemarker/core/CamelCaseTest.java | 25 +- .../java/freemarker/core/CanonicalFormTest.java | 25 +- .../core/CombinedMarkupOutputFormatTest.java | 25 +- .../java/freemarker/core/ConfigurableTest.java | 25 +- .../freemarker/core/CustomHTMLOutputFormat.java | 25 +- .../core/CustomTemplateHTMLModel.java | 25 +- .../java/freemarker/core/DateFormatTest.java | 25 +- .../freemarker/core/DirectiveCallPlaceTest.java | 25 +- .../java/freemarker/core/DummyOutputFormat.java | 25 +- .../freemarker/core/EncodingOverrideTest.java | 25 +- .../core/EnvironmentCustomStateTest.java | 25 +- .../EnvironmentGetTemplateVariantsTest.java | 25 +- ...EpochMillisDivTemplateDateFormatFactory.java | 25 +- .../EpochMillisTemplateDateFormatFactory.java | 25 +- .../freemarker/core/HTMLOutputFormatTest.java | 25 +- .../java/freemarker/core/HeaderParsingTest.java | 25 +- .../core/HexTemplateNumberFormatFactory.java | 25 +- .../core/InterpretAndEvalTemplateNameTest.java | 25 +- .../core/InterpretSettingInheritanceTest.java | 25 +- .../core/LegacyFMParserConstructorsTest.java | 25 +- .../freemarker/core/ListValidationsTest.java | 25 +- ...AndTZSensitiveTemplateDateFormatFactory.java | 25 +- ...aleSensitiveTemplateNumberFormatFactory.java | 25 +- .../freemarker/core/MiscErrorMessagesTest.java | 25 +- .../java/freemarker/core/NumberFormatTest.java | 25 +- .../core/ObjectBuilderSettingsTest.java | 25 +- .../core/OptInTemplateClassResolverTest.java | 25 +- .../java/freemarker/core/OutputFormatTest.java | 25 +- .../ParseTimeParameterBIErrorMessagesTest.java | 25 +- .../core/ParsingErrorMessagesTest.java | 25 +- .../freemarker/core/RTFOutputFormatTest.java | 25 +- .../java/freemarker/core/SQLTimeZoneTest.java | 25 +- .../core/SeldomEscapedOutputFormat.java | 25 +- .../freemarker/core/SettingDirectiveTest.java | 25 +- .../freemarker/core/SpecialVariableTest.java | 25 +- .../core/StringLiteralInterpolationTest.java | 25 +- .../core/TagSyntaxVariationsTest.java | 25 +- .../freemarker/core/TemplatGetEncodingTest.java | 25 +- .../freemarker/core/TemplateConfigurerTest.java | 25 +- ...TemplateConfigurerWithTemplateCacheTest.java | 25 +- .../core/TemplateDummyOutputModel.java | 25 +- .../freemarker/core/TemplateLevelSettings.java | 25 +- .../core/TemplateNameSpecialVariablesTest.java | 25 +- .../core/TemplateSeldomEscapedOutputModel.java | 25 +- .../core/TheadInterruptingSupportTest.java | 25 +- .../freemarker/core/TypeErrorMessagesTest.java | 25 +- .../freemarker/core/UnclosedCommentTest.java | 25 +- .../core/WhitespaceStrippingTest.java | 25 +- .../freemarker/core/XMLOutputFormatTest.java | 25 +- .../core/subpkg/PackageVisibleAll.java | 25 +- .../subpkg/PackageVisibleAllWithBuilder.java | 25 +- .../PackageVisibleAllWithBuilderBuilder.java | 25 +- .../PackageVisibleWithPublicConstructor.java | 25 +- .../java/freemarker/core/subpkg/PublicAll.java | 25 +- .../subpkg/PublicWithMixedConstructors.java | 25 +- .../PublicWithPackageVisibleConstructor.java | 25 +- .../AbstractParallelIntrospectionTest.java | 25 +- .../ext/beans/AlphabeticalMethodSorter.java | 25 +- .../ext/beans/BeansAPINewInstanceTest.java | 25 +- .../ext/beans/BeansWrapperBasics.java | 25 +- .../ext/beans/BeansWrapperCachesTest.java | 25 +- .../ext/beans/BeansWrapperDesc2003020.java | 25 +- .../ext/beans/BeansWrapperDesc2003021.java | 25 +- .../ext/beans/BeansWrapperInc2003020.java | 25 +- .../ext/beans/BeansWrapperInc2003021.java | 25 +- .../ext/beans/BeansWrapperMiscTest.java | 25 +- .../ext/beans/BeansWrapperReadOnlyTest.java | 25 +- .../ext/beans/BeansWrapperSingletonsTest.java | 25 +- .../beans/BeansWrapperWithShortedMethods.java | 25 +- .../CommonSupertypeForUnwrappingHintTest.java | 25 +- .../beans/DefaultObjectWrapperDesc2003020.java | 25 +- .../beans/DefaultObjectWrapperDesc2003021.java | 25 +- .../beans/DefaultObjectWrapperDesc2003022.java | 25 +- .../beans/DefaultObjectWrapperInc2003020.java | 25 +- .../beans/DefaultObjectWrapperInc2003021.java | 25 +- .../beans/DefaultObjectWrapperInc2003022.java | 25 +- .../DefaultObjectWrapperWithSortedMethods.java | 25 +- .../freemarker/ext/beans/EnumModelsTest.java | 25 +- .../freemarker/ext/beans/ErrorMessagesTest.java | 25 +- .../ext/beans/FineTuneMethodAppearanceTest.java | 25 +- .../GetlessMethodsAsPropertyGettersRule.java | 25 +- .../freemarker/ext/beans/IsApplicableTest.java | 25 +- .../beans/IsMoreSpecificParameterTypeTest.java | 25 +- .../ext/beans/Java7MembersOnlyBeansWrapper.java | 25 +- .../beans/ManyObjectsOfDifferentClasses.java | 25 +- .../beans/ManyStaticsOfDifferentClasses.java | 25 +- .../ext/beans/MiscNumericalOperationsTest.java | 25 +- .../freemarker/ext/beans/ModelCacheTest.java | 25 +- .../ext/beans/OverloadedNumberUtilTest.java | 25 +- .../beans/ParameterListPreferabilityTest.java | 25 +- .../beans/PrallelObjectIntrospectionTest.java | 25 +- .../beans/PrallelStaticIntrospectionTest.java | 25 +- .../freemarker/ext/beans/RationalNumber.java | 25 +- .../freemarker/ext/beans/StaticModelsTest.java | 25 +- .../freemarker/ext/beans/TypeFlagsTest.java | 25 +- .../ext/jsp/JspTestFreemarkerServlet.java | 25 +- ...estFreemarkerServletWithDefaultOverride.java | 25 +- .../ext/jsp/RealServletContainertTest.java | 25 +- .../java/freemarker/ext/jsp/TLDParsingTest.java | 25 +- .../ext/jsp/TaglibMethodUtilTest.java | 25 +- .../jsp/taglibmembers/AttributeAccessorTag.java | 25 +- .../ext/jsp/taglibmembers/AttributeInfoTag.java | 25 +- .../ext/jsp/taglibmembers/EnclosingClass.java | 25 +- .../ext/jsp/taglibmembers/GetAndSetTag.java | 25 +- .../ext/jsp/taglibmembers/TestFunctions.java | 25 +- .../ext/jsp/taglibmembers/TestSimpleTag.java | 25 +- .../ext/jsp/taglibmembers/TestSimpleTag2.java | 25 +- .../ext/jsp/taglibmembers/TestSimpleTag3.java | 25 +- .../ext/jsp/taglibmembers/TestTag.java | 25 +- .../ext/jsp/taglibmembers/TestTag2.java | 25 +- .../ext/jsp/taglibmembers/TestTag3.java | 25 +- .../ext/servlet/InitParamParserTest.java | 25 +- .../freemarker/manual/AutoEscapingExample.java | 25 +- .../manual/ConfigureOutputFormatExamples.java | 25 +- .../java/freemarker/manual/ExamplesTest.java | 25 +- .../manual/TemplateConfigurerExamples.java | 25 +- .../template/ActualNamingConvetionTest.java | 25 +- .../template/ActualTagSyntaxTest.java | 25 +- .../freemarker/template/ConfigurationTest.java | 25 +- .../template/CustomAttributeTest.java | 25 +- .../template/DefaultObjectWrapperTest.java | 25 +- .../java/freemarker/template/ExceptionTest.java | 25 +- .../template/IncudeFromNamelessTest.java | 25 +- .../template/JavaCCExceptionAsEOFFixTest.java | 25 +- .../MistakenlyPublicImportAPIsTest.java | 25 +- .../template/MistakenlyPublicMacroAPIsTest.java | 25 +- .../freemarker/template/MockServletContext.java | 25 +- .../template/NullConfigurationTest.java | 25 +- .../template/SimpleObjetWrapperTest.java | 25 +- .../template/StaticObjectWrappersTest.java | 25 +- .../template/TemplateConstructorsTest.java | 25 +- .../template/TemplateLanguageVersionTest.java | 25 +- .../template/TemplateLookupStrategyTest.java | 25 +- .../template/TemplateNotFoundMessageTest.java | 25 +- .../java/freemarker/template/VersionTest.java | 25 +- .../template/utility/DateUtilTest.java | 25 +- .../template/utility/NumberUtilTest.java | 25 +- .../template/utility/StringUtilTest.java | 25 +- .../test/MonitoredTemplateLoader.java | 25 +- src/test/java/freemarker/test/TemplateTest.java | 25 +- src/test/java/freemarker/test/TreeView.java | 25 +- .../java/freemarker/test/hamcerst/Matchers.java | 25 +- .../hamcerst/StringContainsIgnoringCase.java | 25 +- .../test/servlet/DefaultModel2TesterAction.java | 25 +- .../freemarker/test/servlet/Model2Action.java | 25 +- .../test/servlet/Model2TesterServlet.java | 25 +- .../freemarker/test/servlet/WebAppTestCase.java | 25 +- .../test/templatesuite/TemplateTestCase.java | 25 +- .../test/templatesuite/TemplateTestSuite.java | 25 +- .../templatesuite/models/AllTemplateModels.java | 25 +- .../templatesuite/models/BeanTestClass.java | 25 +- .../templatesuite/models/BeanTestInterface.java | 25 +- .../models/BeanTestSuperclass.java | 25 +- .../models/BooleanAndScalarModel.java | 25 +- .../models/BooleanAndStringTemplateModel.java | 25 +- .../test/templatesuite/models/BooleanHash1.java | 25 +- .../test/templatesuite/models/BooleanHash2.java | 25 +- .../test/templatesuite/models/BooleanList1.java | 25 +- .../test/templatesuite/models/BooleanList2.java | 25 +- .../models/BooleanVsStringMethods.java | 25 +- .../templatesuite/models/EnumTestClass.java | 25 +- .../templatesuite/models/ExceptionModel.java | 25 +- .../models/HashAndScalarModel.java | 25 +- .../templatesuite/models/JavaObjectInfo.java | 25 +- .../test/templatesuite/models/LegacyList.java | 25 +- .../test/templatesuite/models/Listables.java | 25 +- .../test/templatesuite/models/MultiModel1.java | 25 +- .../test/templatesuite/models/MultiModel2.java | 25 +- .../test/templatesuite/models/MultiModel3.java | 25 +- .../test/templatesuite/models/MultiModel4.java | 25 +- .../test/templatesuite/models/MultiModel5.java | 25 +- .../test/templatesuite/models/NewTestModel.java | 25 +- .../templatesuite/models/NewTestModel2.java | 25 +- .../models/NumberAndStringModel.java | 25 +- .../models/OverloadedConstructor.java | 25 +- .../templatesuite/models/OverloadedMethods.java | 25 +- .../models/OverloadedMethods2.java | 25 +- .../templatesuite/models/SimpleTestMethod.java | 25 +- .../models/TransformHashWrapper.java | 25 +- .../models/TransformMethodWrapper1.java | 25 +- .../models/TransformMethodWrapper2.java | 25 +- .../templatesuite/models/TransformModel1.java | 25 +- .../templatesuite/models/VarArgTestModel.java | 25 +- .../test/utility/AssertDirective.java | 25 +- .../test/utility/AssertEqualsDirective.java | 25 +- .../test/utility/AssertFailsDirective.java | 25 +- .../AssertationFailedInTemplateException.java | 25 +- .../test/utility/BadParameterTypeException.java | 25 +- .../freemarker/test/utility/FileTestCase.java | 25 +- .../java/freemarker/test/utility/Helpers.java | 25 +- .../MissingRequiredParameterException.java | 25 +- .../test/utility/NoOutputDirective.java | 25 +- .../test/utility/ParameterException.java | 25 +- .../utility/UnsupportedParameterException.java | 25 +- .../freemarker/ext/jsp/TLDParsingTest.tld | 29 ++- .../template/SimpleObjectWrapperTest.java | 25 +- 722 files changed, 10716 insertions(+), 7984 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/DISCLAIMER ---------------------------------------------------------------------- diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 0000000..b56f1c4 --- /dev/null +++ b/DISCLAIMER @@ -0,0 +1,8 @@ +Apache FreeMarker is an effort undergoing incubation at The Apache +Software Foundation (ASF). Incubation is required of all newly accepted +projects until a further review indicates that the infrastructure, +communications, and decision making process have stabilized in a manner +consistent with other successful ASF projects. While incubation status is +not necessarily a reflection of the completeness or stability of the +code, it does indicate that the project has yet to be fully endorsed by +the ASF. http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..05c2d89 --- /dev/null +++ b/LICENSE @@ -0,0 +1,236 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +============================================================================== +END LICENSE + + +Files developed outside the FreeMarker project +---------------------------------------------- + +FreeMarker, both in its source code and binary form (freemarker.jar) +includes a number of files that are licensed by the Apache Software +Foundation under the Apache License, Version 2.0. This is the same +license as the license of FreeMaker. These files are: + + freemarker/ext/jsp/web-app_2_2.dtd + freemarker/ext/jsp/web-app_2_3.dtd + freemarker/ext/jsp/web-jsptaglibrary_1_1.dtd + freemarker/ext/jsp/web-jsptaglibrary_1_2.dtd + + +Historical notes +---------------- + +FreeMarker 1.x was released under the LGPL license. Later, by +community consensus, we have switched over to a BSD-style license. As +of FreeMarker 2.2pre1, the original author, Benjamin Geer, has +relinquished the copyright in behalf of Visigoth Software Society. + +With FreeMarker 2.3.21 the license has changed to Apache License, +Version 2.0, and the owner has changed from Visigoth Software Society +to three of the FreeMarker 2.x developers, Attila Szegedi, Daniel +Dekany, and Jonathan Revusky. + +After FreeMarker 2.3.24-pre01 (2015-09-02), the owner changes to the +Apache Software Foundation. http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/LICENSE.txt ---------------------------------------------------------------------- diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index 1a410cc..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,45 +0,0 @@ -Copyright 2014 Attila Szegedi, Daniel Dekany, Jonathan Revusky - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -============================================================================== -END LICENSE - - -FreeMarker subcomponents with different copyright owners --------------------------------------------------------- - -FreeMarker, both in its source code and binary form (freemarker.jar) -includes a number of files that are licensed by the Apache Software -Foundation under the Apache License, Version 2.0. This is the same -license as the license of FreeMaker, but the copyright owner is the -Apache Software Foundation. These files are: - - freemarker/ext/jsp/web-app_2_2.dtd - freemarker/ext/jsp/web-app_2_3.dtd - freemarker/ext/jsp/web-jsptaglibrary_1_1.dtd - freemarker/ext/jsp/web-jsptaglibrary_1_2.dtd - - -Historical notes ----------------- - -FreeMarker 1.x was released under the LGPL license. Later, by -community consensus, we have switched over to a BSD-style license. As -of FreeMarker 2.2pre1, the original author, Benjamin Geer, has -relinquished the copyright in behalf of Visigoth Software Society. - -With FreeMarker 2.3.21 the license has changed to Apache License, -Version 2.0, and the owner has changed from Visigoth Software Society -to three of the FreeMarker 2.x developers, Attila Szegedi, Daniel -Dekany, and Jonathan Revusky. http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..c3987d6 --- /dev/null +++ b/NOTICE @@ -0,0 +1,5 @@ +Apache FreeMarker +Copyright 2015 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt deleted file mode 100644 index 8d8d3e9..0000000 --- a/NOTICE.txt +++ /dev/null @@ -1,4 +0,0 @@ -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - -See the LICENSE.txt for more details. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/src/dist/LICENSE ---------------------------------------------------------------------- diff --git a/src/dist/LICENSE b/src/dist/LICENSE new file mode 100644 index 0000000..694a39a --- /dev/null +++ b/src/dist/LICENSE @@ -0,0 +1,257 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +============================================================================== +END LICENSE + + +Files developed outside the FreeMarker project +---------------------------------------------- + +FreeMarker, both in its source code and binary form (freemarker.jar) +includes a number of files that are licensed by the Apache Software +Foundation under the Apache License, Version 2.0. This is the same +license as the license of FreeMaker. These files are: + + freemarker/ext/jsp/web-app_2_2.dtd + freemarker/ext/jsp/web-app_2_3.dtd + freemarker/ext/jsp/web-jsptaglibrary_1_1.dtd + freemarker/ext/jsp/web-jsptaglibrary_1_2.dtd + +The "icomoon" font files (icomoon.eot, icomoon.svg, icomoon.ttf, and +icomoon.woff) under the "documentation" directory of the FreeMarker +distribution contains a selection from the fonts listed below. Note that +the fonts are only used as part of the included documentation, and +aren't used for the operation of FreeMarker, nor are they included in +the binary, freemarker.jar. The fonts are: + +* Entypo pictograms, version 2.0, by Daniel Bruce (www.entypo.com). + Each included pictogram is either licensed under Creative + Commons Attribution-ShareAlike 3.0 (CC BY-SA 3.0) + (http://creativecommons.org/licenses/by-sa/3.0/legalcode), or + under SIL Open Font License 1.1 (http://scripts.sil.org/OFL). + +* Font Awesome by Dave Gandy (http://fontawesome.io), licensed under + SIL Open Font License 1.1 (http://scripts.sil.org/OFL). + +* Material Design icons by Google + (http://google.github.io/material-design-icons/), licensed under + Creative Common Attribution 4.0 International License (CC-BY 4.0) + (https://creativecommons.org/licenses/by/4.0/). + + +Historical notes +---------------- + +FreeMarker 1.x was released under the LGPL license. Later, by +community consensus, we have switched over to a BSD-style license. As +of FreeMarker 2.2pre1, the original author, Benjamin Geer, has +relinquished the copyright in behalf of Visigoth Software Society. + +With FreeMarker 2.3.21 the license has changed to Apache License, +Version 2.0, and the owner has changed from Visigoth Software Society +to three of the FreeMarker 2.x developers, Attila Szegedi, Daniel +Dekany, and Jonathan Revusky. + +After FreeMarker 2.3.24-pre01 (2015-09-02), the owner changes to the +Apache Software Foundation. http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/src/dist/LICENSE.txt ---------------------------------------------------------------------- diff --git a/src/dist/LICENSE.txt b/src/dist/LICENSE.txt deleted file mode 100644 index 99c70e8..0000000 --- a/src/dist/LICENSE.txt +++ /dev/null @@ -1,67 +0,0 @@ -Copyright 2014 Attila Szegedi, Daniel Dekany, Jonathan Revusky - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -============================================================================== -END LICENSE - - -FreeMarker subcomponents with different copyright owners --------------------------------------------------------- - -FreeMarker, both in its source code and binary form (freemarker.jar) -includes a number of files that are licensed by the Apache Software -Foundation under the Apache License, Version 2.0. This is the same -license as the license of FreeMaker, but the copyright owner is the -Apache Software Foundation. These files are: - - freemarker/ext/jsp/web-app_2_2.dtd - freemarker/ext/jsp/web-app_2_3.dtd - freemarker/ext/jsp/web-jsptaglibrary_1_1.dtd - freemarker/ext/jsp/web-jsptaglibrary_1_2.dtd - -The "icomoon" font files (icomoon.eot, icomoon.svg, icomoon.ttf, and -icomoon.woff) under the "documentation" directory of the Freemarker -distribution contains a selection from the fonts listed below. Note that -the fonts are only used as part of the included documentation, and -aren't used for the operation of Freemarker, nor are they included in -the binary, freemarker.jar. The fonts are: - -* Entypo pictograms, version 2.0, by Daniel Bruce (www.entypo.com). - Each included pictogram is either licensed under Creative - Commons Attribution-ShareAlike 3.0 (CC BY-SA 3.0) - (http://creativecommons.org/licenses/by-sa/3.0/legalcode), or - under SIL Open Font License 1.1 (http://scripts.sil.org/OFL). - -* Font Awesome by Dave Gandy (http://fontawesome.io), licensed under - SIL Open Font License 1.1 (http://scripts.sil.org/OFL). - -* Material Design icons by Google - (http://google.github.io/material-design-icons/), licensed under - Creative Common Attribution 4.0 International License (CC-BY 4.0) - (https://creativecommons.org/licenses/by/4.0/). - - - -Historical notes ----------------- - -FreeMarker 1.x was released under the LGPL license. Later, by -community consensus, we have switched over to a BSD-style license. As -of FreeMarker 2.2pre1, the original author, Benjamin Geer, has -relinquished the copyright in behalf of Visigoth Software Society. - -With FreeMarker 2.3.21 the license has changed to Apache License, -Version 2.0, and the owner has changed from Visigoth Software Society -to three of the FreeMarker 2.x developers, Attila Szegedi, Daniel -Dekany, and Jonathan Revusky. http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/src/dist/NOTICE ---------------------------------------------------------------------- diff --git a/src/dist/NOTICE b/src/dist/NOTICE new file mode 100644 index 0000000..74f4830 --- /dev/null +++ b/src/dist/NOTICE @@ -0,0 +1,30 @@ +========================================================================= + +Apache FreeMarker +Copyright 2015 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +========================================================================= + +The documentation includes icons from Entypo pictograms, version 2.0, +by Daniel Bruce (http://www.entypo.com/, http://www.danielbruce.se/), +licensed under Creative Commons Attribution-ShareAlike 3.0 (CC BY-SA 3.0) +(http://creativecommons.org/licenses/by-sa/3.0/legalcode) and under SIL +Open Font License 1.1 (http://scripts.sil.org/OFL). + +========================================================================= + +The documentation includes icons from Font Awesome by Dave Gandy +(http://fontawesome.io), licensed under SIL Open Font License 1.1 +(http://scripts.sil.org/OFL). + +========================================================================= + +The documentation includes icons from Material Design icons by Google +(http://google.github.io/material-design-icons/), licensed under +Creative Common Attribution 4.0 International License (CC-BY 4.0) +(https://creativecommons.org/licenses/by/4.0/). + +========================================================================= http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/src/dist/NOTICE.txt ---------------------------------------------------------------------- diff --git a/src/dist/NOTICE.txt b/src/dist/NOTICE.txt deleted file mode 100644 index 0f2f19c..0000000 --- a/src/dist/NOTICE.txt +++ /dev/null @@ -1,15 +0,0 @@ -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - -The included documentation contains selected icons from the following -fonts: - -* Entypo pictograms, version 2.0, by Daniel Bruce - (http://www.entypo.com/, http://www.danielbruce.se/) - -* Font Awesome by Dave Gandy (http://fontawesome.io) - -* Material Design Icons by Google - (https://github.com/google/material-design-icons) - -See the LICENSE.txt for more details. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/src/examples/struts-webapp/WEB-INF/classes/example/AddAction.java ---------------------------------------------------------------------- diff --git a/src/examples/struts-webapp/WEB-INF/classes/example/AddAction.java b/src/examples/struts-webapp/WEB-INF/classes/example/AddAction.java index 248267a..f2df9a4 100644 --- a/src/examples/struts-webapp/WEB-INF/classes/example/AddAction.java +++ b/src/examples/struts-webapp/WEB-INF/classes/example/AddAction.java @@ -1,17 +1,20 @@ /* - * Copyright 2014 Attila Szegedi, Daniel Dekany, Jonathan Revusky + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package example; http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/src/examples/struts-webapp/WEB-INF/classes/example/FormAction.java ---------------------------------------------------------------------- diff --git a/src/examples/struts-webapp/WEB-INF/classes/example/FormAction.java b/src/examples/struts-webapp/WEB-INF/classes/example/FormAction.java index 2acbdbb..183fde5 100644 --- a/src/examples/struts-webapp/WEB-INF/classes/example/FormAction.java +++ b/src/examples/struts-webapp/WEB-INF/classes/example/FormAction.java @@ -1,17 +1,20 @@ /* - * Copyright 2014 Attila Szegedi, Daniel Dekany, Jonathan Revusky + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package example; http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/src/examples/struts-webapp/WEB-INF/classes/example/GuestbookAction.java ---------------------------------------------------------------------- diff --git a/src/examples/struts-webapp/WEB-INF/classes/example/GuestbookAction.java b/src/examples/struts-webapp/WEB-INF/classes/example/GuestbookAction.java index c793e0a..6d8a7d4 100644 --- a/src/examples/struts-webapp/WEB-INF/classes/example/GuestbookAction.java +++ b/src/examples/struts-webapp/WEB-INF/classes/example/GuestbookAction.java @@ -1,17 +1,20 @@ /* - * Copyright 2014 Attila Szegedi, Daniel Dekany, Jonathan Revusky + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package example; http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/src/examples/struts-webapp/WEB-INF/classes/example/GuestbookActionServlet.java ---------------------------------------------------------------------- diff --git a/src/examples/struts-webapp/WEB-INF/classes/example/GuestbookActionServlet.java b/src/examples/struts-webapp/WEB-INF/classes/example/GuestbookActionServlet.java index a50fb37..b7e0496 100644 --- a/src/examples/struts-webapp/WEB-INF/classes/example/GuestbookActionServlet.java +++ b/src/examples/struts-webapp/WEB-INF/classes/example/GuestbookActionServlet.java @@ -1,17 +1,20 @@ /* - * Copyright 2014 Attila Szegedi, Daniel Dekany, Jonathan Revusky + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package example;
